Foxit PDF RDK
|
Defines a callback interface for handling the result of an OpenDocumentTask. More...
Public Member Functions | |
constructor () | |
Constructor for the OpenDocumentTaskCallBack class. Initializes a new instance of the OpenDocumentTaskCallBack. | |
execute (task) | |
Executes the callback with the result of an OpenDocumentTask. More... | |
result (task) | |
Handles the result of a Task. More... | |
Defines a callback interface for handling the result of an OpenDocumentTask.
FoxitRDKNative.OpenDocumentTaskCallBack.execute | ( | task | ) |
Executes the callback with the result of an OpenDocumentTask.
{OpenDocumentTask} | task - The OpenDocumentTask whose result is being processed. This method is called to execute the callback when the task completes. |
FoxitRDKNative.OpenDocumentTaskCallBack.result | ( | task | ) |
Handles the result of a Task.
{Task} | task - The Task whose result is being processed. This method is a more general callback used for handling the result of any task. |